home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 Spring / macformat-077.iso / Demos / RealPool Demo / 3D.DAT / 00135.ls < prev    next >
Encoding:
Text File  |  1998-05-02  |  240 b   |  13 lines

  1. on mouseDown
  2.   butsound()
  3.   repeat while the mouseDown
  4.     set yu to the scrollTop of cast 134
  5.     set yu to yu - 10
  6.     if yu < 0 then
  7.       set yu to 0
  8.     end if
  9.     set the scrollTop of cast 134 to yu
  10.     updateStage()
  11.   end repeat
  12. end
  13.